Name | Description | |
---|---|---|
CanActivate | Overloaded. Overridden. Determines whether the tool can activate | |
OnMouseMove | Overridden. Processes the mouse move event |
For a list of all members of this type, see NCreatePageItemTool<TPageItem> members.
Name | Description | |
---|---|---|
CanActivate | Overloaded. Overridden. Determines whether the tool can activate | |
OnMouseMove | Overridden. Processes the mouse move event |
Name | Description | |
---|---|---|
AddPageItemToActivePage | Adds the page item to the active page. This implementation adds the created item to the active page and single selects its. | |
CreatePageItem | Must override to create a new page item that the tool edits and later appends to the page | |
EndPreview | Ends the preview of the page item. This implementation removes the item from the active page previews. | |
IsPageItemContentEmpty | Determines whether the page item content is empty | |
OnAborted | Overridden. Overriden to end a drag operation in the view | |
OnActivated | Overridden. Overriden to start a drag operation in the view | |
OnDeactivated | Overridden. Overriden to end a drag operation in the view | |
OnEnabledChanged | Overridden. Called when the enabled flag has changed | |
SnapPoint | Snaps the begin or end point point | |
StartPreview | Starts a the page item preview. This implementation creates a page item and adds it the active page previews. | |
StretchPreview | Must override to stretch the preview according to the current values of BeginPagePos and EndPagePos. |